projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa7056b
)
Fix comment typo.
author
Vinicius Jose Latorre
<viniciusjl@ig.com.br>
Wed, 2 Apr 2008 23:50:11 +0000
(23:50 +0000)
committer
Vinicius Jose Latorre
<viniciusjl@ig.com.br>
Wed, 2 Apr 2008 23:50:11 +0000
(23:50 +0000)
lisp/ps-bdf.el
patch
|
blob
|
history
diff --git
a/lisp/ps-bdf.el
b/lisp/ps-bdf.el
index 35ba405b8f929ce35b71c6e4565d7cfad53993ca..9ec27c31a5a5dcdd89b571153b688d1591c00bfc 100644
(file)
--- a/
lisp/ps-bdf.el
+++ b/
lisp/ps-bdf.el
@@
-243,7
+243,7
@@
CODE, where N and CODE are in the following relation:
(setq size (string-to-number (match-string 1)))
(search-forward "\nSIZE ")
(setq size (read (current-buffer)))
- ;; The following kludgy code is t avoid bugs of several
+ ;; The following kludgy code is t
o
avoid bugs of several
;; fonts which have wrong SIZE record.
(and (string-match "jiskan" bdfname)
(<= size (/ (aref font-bounding-box 1) 3))